home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / news / DWdecode.lha / dwdecode1.02 / DWdecode.Prefs < prev    next >
Text File  |  1997-03-28  |  4KB  |  59 lines

  1. ################################################################################
  2. #                                                                              #
  3. #                                   DWDecode                                   #
  4. #                                                                              #
  5. #                                  Prefs File                                  #
  6. #                                                                              #
  7. #                       Copyright ©1996 by Dick Whiting                        #
  8. #                                                                              #
  9. #------------------------------------------------------------------------------#
  10. #                                                                              #
  11. # This file allows for easy permanent defaults - read the comments, indicated  #
  12. # by '#'. Blank lines and lines starting with a '#' are ignored.               #
  13. # Everything following a '#' within a line is ignored also.                    #
  14. #                                                                              #
  15. # See DWDecode.Guide for a complete description of all the available options.  #
  16. #                                                                              #
  17. #------------------------------------------------------------------------------#
  18. #                                                                              #
  19. #                      Dick Whiting <dwhiting@europa.com>                      #
  20. #                               28 March 1997                                  #
  21. #                                                                              #
  22. ################################################################################
  23.  
  24. Source='INTERNET:UUNEWS/alt/binaries/'     #source directory for UseNet files
  25. Dest='DATA:PIX/'                           #output binaries to here
  26.  
  27. ################################################################################
  28. #  Where to find the Base64 decoder and its options                            #
  29. ################################################################################
  30. Base64cmd='AmiTCP:bin/Base64Decode %sf %df USEMINLEN > nil:' 
  31. B64cmdFail=20                   #Return Code of 'DISK FULL' for Base64Decode
  32.  
  33. ################################################################################
  34. #  Where to find the BinHex decoder and its options                            #
  35. #                                                                              #
  36. # BinHexCmd='Utils:BHD data=%DD%S res=%DD%S %SF'  use internal names           #
  37. # BinHexCmd='Utils:BHD data=%DF %SF'              force name from subject line #
  38. #                                                                              #
  39. ################################################################################
  40. BinHexCmd='Utils:BHD data=%DF %SF'
  41. BinCmdFail=20
  42.  
  43. ################################################################################
  44. #  Where to find FlashFind                                                     #
  45. ################################################################################
  46. ScanProg='Utils:FlashFind'      #where FlashFind resides
  47.  
  48. ################################################################################
  49. #  Where to find the UU decoder and its options                                #
  50. ################################################################################
  51. UUcmd='AmiTCP:bin/UUout %sf BUFSIZE=150 IGNORETERMINATION USEBASENAME > nil:'
  52. UUcmdFail=10                    #Return Code of 'DISK FULL' for UUout
  53.  
  54. ################################################################################
  55. #  Handle source directory & all subdirectories (YES/NO)                       #
  56. ################################################################################
  57. Recursive=NO
  58.  
  59.